.product__card{display:flex;justify-content:flex-start;flex-direction:column;cursor:pointer;position:relative}.product__card .no-stock{color:var(--toast-red);margin-bottom:5px}.tag-product-card{position:absolute;padding:3px 15px;margin:15px;background:var(--primary);border-radius:40px;font-size:14px;color:var(--background);z-index:2;width:max-content}.tag-product-card.tag-image{background:unset;padding:0}.tag-product-card.tag-image span{display:flex}.tag-product-card.tag-image img{max-height:40px!important;object-fit:contain!important}.tag-product-card.top-left{left:0;top:0}.tag-product-card.bottom-left{bottom:0;left:0}.tag-product-card.top-right{right:0;top:0}.tag-product-card.bottom-right{right:0;bottom:0}.favorite{position:absolute;right:15px;top:0;display:flex;width:24px;height:24px}.favorite span svg path:last-child{fill:var(--dark-primary)}.favorite .heart-line,.favorite .heart-fill{pointer-events:none}.favorite .heart-fill{display:none}.favorite[data-wished="true"] .heart-line{display:none!important}.favorite[data-wished="true"] .heart-fill{display:block!important}.product__card .image{max-height:272px;display:flex;justify-content:center;align-items:center;background-color:var(--background);min-height:260px;border-radius:4px;overflow:hidden;position:relative}.product__card .image img{width:100%;height:100%;justify-self:center;object-fit:cover}.product__card .info{flex-flow:column;margin-top:16px;position:relative;padding:0 10px}.product__card .info .name{font-size:14px;font-weight:400;line-height:21px;color:var(--bold-text);margin-bottom:12px;max-width:85%}.product__card .info .price{color:var(--title-text);font-weight:600;font-size:16px;line-height:24px;padding-bottom:10px}.product__card .info .installment{font-size:14px;font-weight:400;color:var(--featured)}@media (max-width:1024px){.favorite svg{width:20px;height:20px}}